git sparse-checkout
git sparse-checkout(git sparse-checkout)
$ git sparse-checkout <subcommand> options $ git sparse-checkout set DIR1 DIR2
--filter=blob:none: ファイルの中身(blob)ダウンロードせずにcloneする --no-checkout: cloneの際にファイルの配置をしないようにする
$ cd ghworkspace
$ git sparse-checkout set language/alloy
$ git checkout
確認用
Q. git sparse-checkout
調査用